ResourceCreateFolder Method |
Create a folder with the given URI. The method is same as CreateCollection.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool CreateFolder(
string address
)
Public Function CreateFolder (
address As String
) As Boolean
Parameters
- address
- Type: SystemString
The URI of new folder
Return Value
Type:
BooleanTrue if the folder created; otherwise, false.
Remarks
Any folder specified in address is created, unless already exist or unless
some part of address is invalid.
The path parameter specifies the new folder path, not a file path.
See Also